body
{
    background-image: url("fond.jpeg");
	background-attachment: fixed
 }

h1
{
	text-align: center;
	background-color: black;
	filter: "blur (5px)"; 
  	color: white;
  	font-family: 'Nimbus Sans L';
  }

h2
{
	text-align: center;
	color: black;
	font-family: 'Comic Sans MS' ; 
}
	
h5
{
    text-align: center;
    font-family: 'Comic Sans MS' ; 
    color: #330033;
    font-size: 100%;
}

h4	
{	
    color: white;
 }
 
 h8
{
	text-align: right;
	color: black;
	font-family: 'Calibri';	
	font-size: 95%
}